(font_family_registry): Even if FONTNAME conform to
authorKenichi Handa <handa@m17n.org>
Sun, 28 Jan 2001 01:12:01 +0000 (01:12 +0000)
committerKenichi Handa <handa@m17n.org>
Sun, 28 Jan 2001 01:12:01 +0000 (01:12 +0000)
commiteeeff08a6b5c95aeecf48799bc6275167c31c427
treec67e5279e5b33e638a1f801dee14a9e5810c1137
parent47dcfd6ee3f94f0d619674ace098ce172166307d
(font_family_registry): Even if FONTNAME conform to
XLFD, if it specifies other fields than family and registry,
return FONTANME.  New argument FORCE if nonzero cancel that
feature.
(fontset_font_pattern): Call font_family_registry with FORCE 1 for
a signle byte character.  Don't set FAMILY part to nil here.  It
is handled by the caller choose_face_font.
(Fnew_fontset): Call font_family_registry with FORCE 0.
(Fset_fontset_font): Likewise.
src/fontset.c